/*
Theme Name:     Centum WP Child
Theme URI:      http://themeforest.net/user/purethemes/portfolio
Description:    Child theme for the Centum theme
Author:         purethemes
Author URI:     http://themeforest.net/user/purethemes/portfolio
Template:       Centum
Version:        3.4.1
*/
@import url("../Centum/style.css");
#wrapper{
	padding:10px 35px 35px;
}
#logo a img{
	margin: 0 auto;
	float: none;
	width: 200px;
}
input[type="date"], input[type="phone"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D8D8D8;
    box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
    color: #888888;
    display: block;
    font: 12px Arial,sans-serif;

    max-width: 100%;
    outline: medium none;
    padding: 9px;
}
input[type="radio"]{
	width: 15px;
}
.field select{
	margin-bottom: 12px;
}
.field input{
    width: auto;
}
.hesperiden.tparrows{
    border-radius:inherit !important;
}

