/*
Theme Name:     Customizr Child
Theme URI:      http://themesandco.com/customizr
Description:    A child theme for the Customizr WordPress theme. This child theme simply includes 2 files : style.css to add your custom css and functions.php where you can extend Customizr's core code. In order to keep your code as clean and flexible as possible, try to use Customizr's hooks API for your customizations. Do something awesome and have fun !
Author:         Nicolas Guillaume (nikeo)
Author URI:     http://themesandco.com
Template:       customizr-pro
Version:        1.0.0
*/

/* Your awesome customizations start right here !
-------------------------------------------------------------- */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color: #fff;
    color: #000;
    width: 80%;


}

footer#footer       {
text-align:         center ;
}


.myButton {
	-moz-box-shadow: 0px 10px 14px -7px #490d4f;
	-webkit-box-shadow: 0px 10px 14px -7px #490d4f;
	box-shadow: 0px 10px 14px -7px #490d4f;
	background-color:#8e1499;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:27px;
	font-weight:bold;
	padding:13px 27px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.myButton:hover {
	background-color:#781b80;
        text-decoration: none;
        color: black ;
}
.myButton:active {
	position:relative;
	top:1px;
}

        


/* Site Title & Logo               */
.site-title            {display:none !important;

}


/*.page .entry-title {
    display: none;
}*/

@media screen and (max-width: 600px) {
table {width:100%;}
thead {display: none;}
tr:nth-of-type(2n) {background-color: inherit;}
tr td:first-child {background: #f0f0f0; font-weight:bold;font-size:1.3em;}
tbody td {display: block;  text-align:center;}
tbody td:before { 
    content: attr(data-th); 
    display: block;
    text-align:center;  
  }
}

body {
  background: none repeat scroll 0 0 #FFFFFF;
  padding-bottom: 0;
}
        
