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

.fixed_element_style {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  }

.av_font_icon.av-icon-style-border .av-icon-char{
	padding: 20px !important;
}

.sidebar h2 {
    font-size: 16px;
	margin-top : 10px;
	margin-bottom: 10px;

}

/**
 * Advanced Layout Builder Custom Post Types
 */
add_filter('avf_alb_supported_post_types', function ($array) {
    $array[] = 'event';
	$array[] = 'location';
    return $array;
});