/*
Theme Name: Divi-child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Child theme for the Divi theme
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Version: 1.0.0
*/

/*@import url("../Divi/style.css");*/

@media (max-width: 980px) {
#et-secondary-nav, #et-secondary-menu {
    display: block !important;
}
}

.wpcf7-form {
	margin:0;
	padding-top:0em;
	color:#004785; /* customize width, this form have fluid layout */
		}
		
.wpcf7-form fieldset{
		margin:0;
		padding:0;
		border:none;	
		padding-bottom:1em;
		}		
.wpcf7-form legend{display:none;}	

.wpcf7-form p{
	margin:8px 0 0 0;
	color: #494949;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
}
	
.wpcf7-form h2{
	color: #002b5e;
	margin:0 0 10px 0;

}	
	
.wpcf7-form label{
	display: block;
	font-size: 10px;
	color: #494949;
	text-transform: uppercase;
	margin: 0px 0 0 0;
	padding: 3px 0 0 0;
}	

/*.wpcf7-form input, .wpcf7-form textarea{
	border: 1px solid #8e191b;
	background: #fff;
	color: #000;
	padding: 2px 2px;
	height: 22px;
	width: 96%;
		
}*/
	
.wpcf7-form input {
		    background-color: #eee;
    border: none;
    width: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
    color: #999;
    padding: 16px;
  		}

	
.wpcf7-form input[type='text']:focus {
  /*border-color:rgba(0,43,94,0.8);*/
  webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(0,43,94,0.6);
  -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(0,43,94,0.6);
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(0,43,94,0.6);
}


.wpcf7-form textarea{
	 background-color: #eee;
    border: none;
    width: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
    color: #999;
    padding: 16px;

		}
		
.wpcf7-form input[type='textarea']:focus {
  border-color:rgba(138,15,19,0.8);
  webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(138,15,19,0.6);
  -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(138,15,19,0.6);
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(138,15,19,0.6);
}				

.wpcf7-form p.wpcf7-submit{
		text-align:right;
		}	

.wpcf7-form .wpcf7-submit{
	font-size: 20px;
    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em !important;
   background: #009358 !important;
    color: white;
    position: relative;
    border: 2px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.wpcf7-form input[type='checkbox']{
    width: 24px;
    height: 24px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}
a, a:hover, a:visited {font-weight:bold;}
.copyright-text, .copyright-text a, .copyright-text a:hover, .copyright-text a:visited {color:#fff !important;}
.footer-text, .footer-text a, .footer-text a:hover, .footer-text a:visited {color:#fff !important;}
.et-social-google-plus a.icon:before {content: '\e09a' !important;}

.highlightbar h3 {margin-top: 10px !important;}

