/*
Theme Name: Twentythirteen Child
Description: A child theme of Twentythirteen Theme
Author: Twentythirteen Themes
Author URI: http://bundle.pl
Version: 1.0.0
Template: twentythirteen
*/
/*@import url("../twentythirteen/style.css");*/


button, input[type="submit"], input[type="button"], input[type="reset"] {
	}

/*--------------------------------------------------------------
    CONTACT FORM 7
--------------------------------------------------------------*/
.wpcf7-inline-wrapper p {	
	margin-bottom:5px;
	width: 100%;
	}
.wpcf7-inline-wrapper {
	display: flex;
	flex-wrap: wrap;
	}	

/*.wpcf7 {
	margin-top:30px;
}*/
.wpcf7-form input[type="text"], 
.wpcf7-form input[type="email"] {
	width: 100%;
	/*min-width:210px;*/
	float:left;
	margin-right:2%;
	border:1px solid #BBB;
	border-radius:0;
}

.wpcf7-form span.your-subject input[type="text"],
.wpcf7-form span.your-subject input[type="email"] {
	margin-right:0;
	float:right;
	}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="textarea"]  {
	color:#333;
}

.wpcf7-form ::-webkit-input-placeholder { color:#777;}
.wpcf7-form :-moz-placeholder { color:#777;}
.wpcf7-form ::-moz-placeholder{ color:#777;}
.wpcf7-form :-ms-input-placeholder { color:#777;}

.wpcf7-textarea {
	width:100%; 
	border:1px solid #BBB;
	border-radius:0; 
	margin-top:5px;
}

.wpcf7-textarea:focus::-webkit-input-placeholder{ color: transparent;}
.wpcf7-textarea:focus:-moz-placeholder { color: transparent; }
.wpcf7-textarea:focus::-moz-placeholder { color: transparent;}
.wpcf7-textarea:focus:-ms-input-placeholder { color: transparent;}

.wpcf7-submit {
	width: auto;
	margin-top:5px; 
	box-shadow:none; 
	border:1px solid #BBB;
	border-radius:0; 
	background:#5D6466; 
	color:#FFF; 
}


.footer-widgets .wpcf7-form input[type="text"],
.footer-widgets .wpcf7-form input[type="email"] {
	min-width:100%;
	}
	
@media ( min-width: 480px) {
.wpcf7-inline-wrapper {
    display: flex;
	flex-wrap: nowrap;
}
}