/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* menu */
.btn-menu a {
    color: #fff !important;
	background: #015BAB;
    padding: 10px !important;
}
.btn-menu a:hover {
    background: #030C4B;
}

/* chi siamo */
.team img {
    box-shadow: 0px 0px 10px 0px rgba(148.72343750000002, 148.72343750000002, 148.72343750000002, 0.5);
    border-radius: 200px;
    border: 1px solid #fff;
}

/* assistenza */
.open-ticket {margin-top: 50px;}
.open-ticket input[type="text"],
.open-ticket input[type="email"],
.open-ticket textarea{
    background: #fff;
    border: 1px solid #fff;
	font-size: 14px;
	padding: 6px 10px;
}
.open-ticket input::placeholder{color: #000;}
.content td, .content th,.content table{border: none !important;}
.nascosto{display: none !important;}
.half {width: 49.5%;}
.half:first-of-type{margin-right: 10px;}
.riga{
	display: flex;
	margin-bottom: 10px;
}
.half input {
    width: 100%;
    margin: 0px;
}
.riga textarea {
    width: 100%;
    height: 150px;
}
.file {
	margin: 20px 0;
	color: #fff;
}
.btn-send input {
    width: 100%;
    border: none;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    padding: 15px !important;
	background: #005BAB !important;
	color: #fff !important;
	border: 2px solid #005BAB !important;
}
.btn-send input:hover{
	background: #00094B !important;
	color: #fff !important;
}
@media (max-width: 768px){
	.riga{display: contents;}
	.half {width: 100%;}
}
.form-white input[type="text"],
.form-white input[type="email"],
.form-white textarea{
    background: #F5F3F3;
}
.form-white .file {
    color: #B4B3B3;
    background: #F5F3F3;
    padding: 10px;
}
/* form assistenza */
.hp-field { position: absolute; left: -5000px; top: -5000px; height: 0; width: 0; overflow: hidden; }
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group textarea{
	background: #F5F3F3;
	font-size: 14px;
}
.form-group #description{
  	width: 100%;
}
.form-group input{
  	width: 49.8%;
	border: none !important;
	padding: 6px 10px;
	margin-bottom: 5px;
}
.form-group.file {
    color: #B4B3B3;
    background: #F5F3F3;
    padding: 10px;
	margin: 0;
}
.form-group.captcha {
  margin: 10px 0;
}
#captcha_label{
	font-size: 14px;
}
#captcha_input{
	width: 30%;
	margin-top: 10px;
}
.btn-submit {
    width: 100%;
    border: none;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    padding: 15px !important;
	background: #005BAB !important;
	color: #fff !important;
	border: 2px solid #005BAB !important;
}
.btn-submit:hover{
	background: #00094B !important;
	color: #fff !important;
}
#successMessage{
	text-align: center;
    padding: 20px;
    background-color: #015BAB;
    border-radius: 0px;
    border: 1px solid #030C4B;
    margin-top: 30px;
}
#successMessage h1{
	font-size: 24px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 10px;
}
#successMessage p{
	color: #fff;
    margin-bottom: 10px;
}
@media (max-width: 768px){
	.form-group input,
	#captcha_input{
		width: 100%;
	}
}