/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */
/* Formulaire de contact */
#gform_1 input {
    padding: 12px 20px;
    max-width: 500px;
    border: 1px solid #DEDEDE;
    margin-bottom: 28px;
    font-size: 12px;
    width: 100%;
    font-weight: 400;
    font-family: 'PT Serif',serif;
    max-height: 50px;
    background: none;
}
#gform_1 textarea {
    padding: 15px 20px;
    border: 1px solid #DEDEDE;
    max-width: 500px;
    height: 120px;
    font-size: 12px;
    color: #313131;
    margin-bottom: 28px;
    line-height: 20px;
    font-weight: 500;
    outline: none;
    vertical-align: top;
    font-family: 'PT Serif',serif;
}
#gform_1 label {
	font-family: 'plau';
    font-weight: normal;
	color: #939393;
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
#gform_1 input[type="submit"] {
    text-transform: uppercase;
    font-weight: 700;
    background: #F5F5F5;
    border-radius: 0;
    font-size: 14px;
    color: #313131;
    padding: 12px 20px;
    display: inline-block;
    transition: .3s;
    width: auto;
    min-width: 120px;
    text-align: center;
    margin: 0;
    border: none;
}
/* styles */
@media screen and (min-width: 768px) {
	.center-desktop{
		text-align: center !important;
	} 
}