/******************************************************************
Theme Name: K-BOOM
Theme URI: http://themeforest.net/item/kboom-responsive-events-music-wordpress-theme/4095577
Description: K-BOOM EVENTS AND MUSIC RESPONSIVE WORDPRESS THEME
Author: Andrei Holobut
Author URI: http://themeforest.net/user/holobest
Version: 1.1.0

******************************************************************/

@import url("library/css/main-css.css");
@import url("library/css/768.css");
@import url("library/css/320.css");
@import url("library/css/480.css");
@import url("library/css/responsive.css");


/*---------------formulario de contact con captcha------------*/
.formulari{
	float:left;
	width:45%;
	margin-right: 40px;
	margin-top: 40px;
}
.direccio{
	float:left;
	width:45%;
	margin-top: 60px;
}
.page-id-17 input {
color: #888888;
font-size: 12px;
padding: 5px 10px;
outline: none;
overflow: hidden;
width: 420px;
max-width: 99%;
display: block;
margin: 5px 0 10px 0;
background: url("../images/block-pattern.png") repeat scroll 0 0 transparent;
border: 1px dotted #494848;
}
.page-id-17 textarea {
color: #888888;
font-size: 12px;
padding: 5px 10px;
outline: none;
overflow: hidden;
width: 420px;
max-width: 99%;
display: block;
margin: 5px 0 10px 0;
background: url("../images/block-pattern.png") repeat scroll 0 0 transparent;
border: 1px dotted #494848;
}
.wpcf7 p{
	color: #ffffff !important;
	margin-bottom: 10px !important;
}

.page-id-17 input.wpcf7-form-control.wpcf7-submit {
color: #fff;
border: none;
background: #ffb141;
width:30%;
padding:10px;
}
#contactForm{
	display:none !important;
}
/*-----------contactar responsive--------------*/
@media only screen and (min-width: 200px) and (max-width: 479px){
	.formulari{
	float:left;
	width:90%;
	margin-top: 40px;
}
.direccio{
	float:left;
	width:90%;
	margin-top: 20px;
}
}