/*
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
*/



/*Add your own styles here:*/

.slider_video_element {
  display: block;
	
}

.slider_video_fallback_image {
  display: none;
  width: 100%;
}

html.avia_mobile .slider_video_element {
  display: none;
}

html.avia_mobile .slider_video_fallback_image {
  display: block;
}

.enfold_child_meta_header_search {
  float: right;
  padding-top: 3px;
}

@media (min-width: 768px) {
  .enfold_child_meta_header_search {
    margin-right: 40px;
  }
}

#top .enfold_child_meta_header_search form {
  margin-bottom: 0px;
  border: none;
}

#top .enfold_child_meta_header_search label {
  display: none;
}

#top .header_color .enfold_child_meta_header_search input {
  margin-bottom: 0px;
  padding: 2px 6px;
  font-size: 12px;
  line-height: 12px;
  background-color: white;
  height: 25px;
}
