/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/
/* [gallery columns="1" size="full" link="none" ids="757"] */
/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */
/* General Custom CSS */

#header_main_alternate {

}
main[itemprop="mainContentOfPage"]{

}
#ninja_forms_field_9_div_wrap .ninja-forms-field-description,
#ninja_forms_field_9_div_wrap .ninja-forms-field-description p,
#ninja_forms_field_26_div_wrap .ninja-forms-field-description,
#ninja_forms_field_26_div_wrap .ninja-forms-field-description p
{
display: inline;
}
.ninja-forms-required-items{

}
.team-member-description ,
.team-member-name,
.team-member-job-title {
text-align:center;
}
input[type="text"]::-webkit-input-placeholder{
} 

input[type="text"]::-moz-placeholder {
} 
.reg_b{

}
#ninja_forms_widget-2{
	display:none;
}

#socket > div > span.copyright > a:nth-child(1){
	display:none!important;
}
#socket > div > span.copyright > a:nth-child(2){
	display:none!important;
}
@media (min-width: 950px) {
	.phone-info a:hover{
		font-size: 22px;
		color:#FFF;
	}
}
@media (min-width: 768px) and (max-width: 850px) {

}
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}