/*
 Theme Name:     Chris Blackhurst
 Description:    Enfold Child Theme
 Author:         Chris Forte, WP Blade
 Author URI:     http://wpblade.com
 Template:       enfold
 Version:        1.0.0
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../enfold/style.css');


/* =Theme customization starts here
-------------------------------------------------------------- */
a {
	text-decoration: underline;
}

#home a {
	text-decoration: none;
}


.header_color .av-subnav-menu a:hover, .header_color .main_menu ul:first-child > li a:hover, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a {
color: #ffffff !important;
}

.header_color .av-subnav-menu a:hover, .header_color .main_menu ul:first-child > li a:hover, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a {
color: #8C8C8C; 
}

/* responsive */

/*
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 */
  #home .av_one_full {
	display: none;
  }
}



/*
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 */
  /* Social Icons */
  #home .av_one_third .av_font_icon {
	  float:none;
  }
  
  #home .av_one_third {
	  display: none;
  }
  
  #home .av_one_full {
	  margin-left: auto;
	  margin-right: auto;
	  border:0px solid #fff;
	  text-align: center;
  }
  
  #home .av_one_full .av_font_icon {
	  display:inline;
	
  }
  
  #home .av_one_full .av_font_icon:nth-of-type(1) {
	  float: left;
  }
  
  #home .av_one_full .av_font_icon:nth-of-type(2) {
	  margin-left: 25%;
  }
  
  #home .av_one_full .av_font_icon:nth-of-type(3) {
	  float: right;
  }
  
  #home .hr-invisible {
	  height:10px !important;
  }
  
  #top .scroll-down-link{
  	bottom:80px !important;
  }
  
  #home .avia-image-container-inner  {
	  height:150px;
	  width:150px;
	  display: none;
  }
  
  .template-page.content.av-content-full.alpha.units {
	  vertical-align: top !important;
	  padding:0px !important;
  }
  
  

}






